Operation id | NuxeoDrive.SetVersioningOptions |
Category | Services |
Label | Nuxeo Drive: Set versioning options |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.SetVersioningOptions",
"label" : "Nuxeo Drive: Set versioning options",
"category" : "Services",
"requires" : null,
"description" : null,
"url" : "NuxeoDrive.SetVersioningOptions",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "delay",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "option",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}